You are here: Web API Service > 5 Obtain & Importing the CSR Certificate > VERIFYING A PRIVACY KEY

VERIFY THE PRIVACY KEY

 

Once the Certificate has been imported into the certificate store, user must verify that a “key” symbol is visible on the Certificate icon. 

 

The SSL Setup Batch file will fail if a private key is not on the Certificate.

  1. If a key is present, the user can skip to next section 5.2.3.
  2. If a key is NOT present, the user must repair the privacy key – see below.

 

Steps to Repair a Privacy Key:

Screenshots

 

 

 

  1. Open the Certificate Store and open the branch where you imported the Certificate.

See the steps to open your Certificate Store in the following section 5.3.1 for details.

  1. Double-click on the Certificate Name or icon

The Certificate details window will open.

 

 

 

 

  1. On the bottom of the General tab, look for the private key symbol.
  2. If you have a privacy key, then skip to the next chapter.
  3. If there is NOT privacy key, then you must repair the key. Go to the next step.

 

 

 

 

If there is not a key, then you must generate one.

  1. Select (click) the Details tab.
  2. Select (highlight) the Serial Number field in the top List View.
  3. In the lower window, select (highlight) the number and copy it (Ctl+C) - or write it down.

 

 

 

 

  1. Click on the windows Start button.
  2. Type cmd into the Run field.
  3. When a Windows Command Shell opens, type the following
    instruction
    , include the quotemarks (“ ”)at the command prompt:

         certutil -repairstore my "SerialNumber"

 

WHERE SerialNumber REPRESENTS THE ENTIRE HEX NUMBER (including the quote marks) THAT YOU OBTAINED IN THE PRIOR STEPDO NOT INCLUDE ANY SPACES IN THE SERIAL NUMBER OR BETWEEN THE QUOTEMARKS.

 

 

 

 

 

 

 

END OF INSTRUCTIONS